home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
misc
/
empcd13.lha
/
empcd
/
EMPCD
next >
Wrap
Text File
|
1994-11-19
|
1KB
|
38 lines
/* Entry used to acces a CD-ROM not hooked to the EMPLANT SCSI port */
/* Name of the device controlling the CD-ROM.
* IMPORTANT: only Mount V39+ recognizes this field. Workbench 2.x users must
* modify empcd.device using an hex editor (the default is scsi.device)
*/
Control = tandemcd.device
/* Unit of the device controlling the CD-ROM */
Unit = 0
/* Flags for the device */
Flags = 0
/* Number of buffers to use for the prefetch cache.
* Increasing this value by 1 consumes an additional 4K of RAM.
*/
Buffers = 25
/* Memory flags used to allocate buffers. Set this to 513 when using a DMA
* Zorro-2 controller on a 32 bit addressing machine (A3000, A4000)
*/
BufMemType = 1
/* Maximum amount of bytes to trasfer in one go */
MaxTransfer = 0x100000
/* DO NOT TOUCH the following fields */
Device = empcd.device
BlocksPerTrack = 32
Surfaces = 16
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 3000
StackSize = 600
Mount = 0